home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 August
/
The Sunday Times - The Month 2004-08.iso
/
pc
/
engine
/
shell
/
shell.swf
/
scripts
/
frame_2
/
DoAction_4.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-06
|
388 b
|
22 lines
SFX = {};
SFX.volume_setting = 4;
SFX.play = function(str)
{
lingo("Flsh_soundPlay \"" + str + "\"");
};
SFX.setVolume = function(inc)
{
lingo("Flsh_volume_set(" + inc + ")");
this.volume_setting = inc;
};
SFX.onVolumeGet = function(val)
{
this.volume_setting = val;
};
SFX.init = function()
{
lingo("Flsh_volume_get");
};
SFX.init();
delete SFX.init;